Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
FilteredCollection<T> Class Members
The following tables list the members exposed by FilteredCollection<T>.
Public Properties
| Name | Description |
| Count | Gets the number of items in the filtered collection. |
| Item | Gets the item at the specified index in the filtered collection. |
Public Methods
| Name | Description |
| ApplyFilter | Filters the items with the specified predicate, or null to remove the filter. |
| Contains | Returns whether the filtered collection contains the specified item. |
| GetEnumerator | Returns an enumerator that iterates through the filtered collection. |
| IndexOf | Returns the index of the item in the filtered collection. |
Public Events
See Also